SetBreakpointsActiveRequest

data class SetBreakpointsActiveRequest(active: Boolean)

Represents request frame that can be used with Debugger#setBreakpointsActive operation call.

Activates / deactivates all breakpoints on the page.

See also

Constructors

SetBreakpointsActiveRequest
Link copied to clipboard
fun SetBreakpointsActiveRequest(active: Boolean)

Properties

active
Link copied to clipboard
val active: Boolean
New value for breakpoints active state.

Sources

jvm source
Link copied to clipboard